NEWS: Updates
authorMatthias Clasen <mclasen@redhat.com>
Sat, 26 Sep 2020 01:27:25 +0000 (21:27 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 26 Sep 2020 13:04:42 +0000 (09:04 -0400)
NEWS

diff --git a/NEWS b/NEWS
index 9f6ed93944485e53027cf214535b5701b2fd54e3..a2117d153b06376e09a34aa595e81ff8dfff0723 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -35,6 +35,7 @@ Overview of Changes in GTK 3.99.2
 * GtkFontChooser:
  - Determine sample text based on font coverage
  - Allow filtering by language
+ - Don't center the list
 
 * GtkStack:
  - Add gtk_stack_add_child
@@ -42,8 +43,12 @@ Overview of Changes in GTK 3.99.2
 * GtkVideo:
  - Make autoplay work
 
+* GtkButton:
+ - Check coordinates for button releases
+
 * CSS:
  - Allow more than 64 selectors per rule
+ - Avoid some allocation overhead
 
 * Adwaita:
  - Improve gesture graphics
@@ -52,6 +57,8 @@ Overview of Changes in GTK 3.99.2
 
 * GDK:
  - Add gdk_frame_clock_get_fps
+ - GLES: Fix color channel mixup in textures
+ - GL: Reduce image copying for texture uploads
 
 * GSK:
  - Add radial gradient nodes
@@ -76,6 +83,12 @@ Overview of Changes in GTK 3.99.2
  - Rename GdkSurfaceState to GdkToplevelState
  - Remove GdkWaylandSurface::committed
  - Make Wayland backend api take GdkToplevel
+ - Drop gtk_widget_new
+ - Drop cairo_surface_upload_to_gl
+ - Drop gtk_scrolled_window_set_capture_button_press
+ - Drop gtk_column_view_column_new_with_factory
+ - Rename gtk_buildable_set_name to gtk_buildable_set_buildable_id
+ - Drop other GtkBuildable api
 
 * Demos:
  - Bug and crash fixes